<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
th,
td,
dl,
dd,
form,
fieldset,
legend,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 1px;
	position: relative;
	font-family: "Microsoft YaHei" !important;
}

a {
	transition: 0.6s;
	background-color: transparent;
	text-decoration: none;
	color: #323232;
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/**
 * Remove default margin.
 */

body {
	margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
	display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

em {
	font-style: normal;
}

i {
	font-style: normal;
}

img {
	border: 0;
	display: block;
}

table {
	border-collapse: collapse;
}

ol,
dl,
dt,
dd,
ul,
li {
	list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clear1 {
	clear: both;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.ind {
	position: relative;
	height: 100%;
}

.ind_swiper {
	width: 100%;
	height: 100%;
}

.ind_swiper .ind_pag1 {
	position: fixed;
	top: 40%;
	right: 50px;
	transition: 0.2s;
}

.ind_swiper .ind_pag1 span {
	display: block;
	width: 10px;
	height: 10px;
	background: #035c7a;
	border-radius: 50%;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
	margin-top: 20px;
	cursor: pointer;
}

.ind_swiper .ind_pag1 .swiper-active-switch {
	background: #FFFFFF;
	box-shadow: 0 0 10px #FFFFFF;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
}

.ind1 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ind2 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 50px;
	background: #FFFFFF;
        padding-bottom:0px;
}

.header .logo {
	display: block;
	float: left;
	width: 300px;
}

.header .logo img {
	width: 100%;
}

.header .nav {
	width: 65%;
	float: left;
	margin: 25px auto 0;
        position: relative;
}

.header .nav&gt;li {
	width: 11.1%;
	float: left;
	text-align: center;
    padding-bottom: 30px;
}

.header .nav&gt;li a {
	font-size: 20px;
	color: #000000;
}

.header .nav&gt;li:hover&gt;a{
	color: #035c7a;
	font-weight: bold;
}

.header .nav&gt;li .active {
	color: #035c7a;
	font-weight: bold;
}
.header .nav&gt;li:hover ol{
	display: block;
}
.header .nav&gt;li ol {
	position: absolute;
	width: 120%;
	left: -10%;
	top: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	z-index: 1000;
	background-image: url(/eportal/fileDir/gzrcu_test/template/page/list/nav_erji_icon_07.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	display: none;
}

.header .nav&gt;li ol li {
	float: left;
	width: 14.285%;
	margin-bottom: 20px;
}

.header .nav&gt;li ol li:first-child+li+li+li+li+li+li+li {
	clear: both;
}

.header .nav&gt;li ol li&gt;a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
        display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .nav&gt;li ol li .nav_three a {
	display: block;
	line-height: 30px;
	color: #888888;
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header .headr {
	float: right;
	margin-top: 20px;
	position: absolute;
	right: 50px;
}

.header .headr span {
	display: inline-block;
	margin-left: 20px;
	float: left;
}

.header .headr span img {
	width: 100%;
}

.phone_wangyin,
.headr_nav {
	display: none !important;
}

.header .headr span:first-child {
	margin-left: 0;
}

.header .headr .img1 {
	width: 144px;
}

.header .headr .search {
	width: 42px;
	display: block;
}

.header .headr .search:hover {
	opacity: 0.5;
	cursor: pointer;
}

.header .headr .language {
	/*width: 42px;*/
	border-radius: 30px;
	behavior: url(/grcbank/template/page/index/PIE.htc);
	background: #f9bd2c;
	color: #035c7a;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	transition: 0.6s;
        padding:0 10px;
}
.header .headr .language a{

	color: #035c7a;
	font-size: 16px;

}
.header .headr .language a:hover {
	opacity: 0.5;
}

.header .headr .language:hover {
	opacity: 0.5;
}

@font-face {
	font-family: "fzzzhjt";
	src: url("/eportal/fileDir/gzrcu_test/template/page/index/fonts/fzzzhjt.eot");
	src: url("/eportal/fileDir/gzrcu_test/template/page/index/fonts/fzzzhjt.woff") format('woff'), url("/eportal/fileDir/gzrcu_test/template/page/index/fonts/fzzzhjt.ttf") format('truetype'), url("/eportal/fileDir/gzrcu_test/template/page/index/fonts/fzzzhjt.svg") format('svg');
	font-weight: 400;
	font-style: normal
}

.ind_img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	left: 0px;
	z-index: 1;
}

.ind_img .index_pc {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1920px;
	margin-left: -960px;
	margin-top: -540px;
}

.ind_img_p {
	position: absolute;
	left: 8%;
	top: 25%;
}

.ind_img_p h4 {
	font-size: 80px;
	color: #ffffff;
	font-family: "fzzzhjt";
	margin-bottom: 55px;
}

.ind_img_p p {
	font-size: 22px;
	color: #ffffff;
	max-width: 650px;
	line-height: 45px;
	margin-bottom: 20px;
}

.ind_img_p a {
	font-size: 18px;
	color: #f9bd2c;
}

.ind_img .index_phone {
	width: 100%;
	height: 100%;
}
.ind1_l_box{
	position: fixed;
	left: 0;
	top: 0;
        height:100%;
	z-index: 5;
}

.ind1_l {
	position: fixed;
	left: 0;
	top: 34%;
	z-index: 5;
	margin-left: -78px;
	transition:0.2s;
}
.ind1_l_box:hover .ind1_l {
	margin-left:0px;
	transition:0.2s;
}
.ind1_l_hover{
        position: fixed;
	left: 0;
	top: 0;
        width:10px;
        height:100%;
	z-index: 5;
}


.ind1_l&gt;a {
	display: flex;
	margin-top: 10px;
    overflow: hidden;
	position: relative;
    right: 0px;
    transition: 0.2s;
    width: 139px;
}
.ind1_l &gt;a:hover{
     right: -78px;
    transition: 0.2s;
     border-radius: 0px 25px 25px 0px;
     background: #fff;
}
.ind1_l&gt;a p{
float:left;
line-height: 50px;
    padding-left: 10px;
    font-size: 16px;
}



.ind1_l a img {
	width: 60px;
}
.fixed_right .ind1_r{top:35%;}
.fixed_right .ind_r_open{top:35%;}
.ebank .ind1_r{
         right:-314px;
}
.ebank .ind_r_open{
         right:0px;
}
.ebank .ind_swiper .ind_pag1{
         right:70px;
}
.ind1_r {
	position: fixed;
	right: 157px;
	top: 30%;
	z-index: 12;
	width: 314px;
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/ind1_loginbg.png);
	background-size: 100% 100%;
	padding: 20px;
}

.ind1_r h4 {
	width: 80%;
	margin-bottom: 20px;
	color: #666;
	font-size: 22px;
	font-weight: bold;
}

.ind1_r .ind_login {
	border-bottom: 1px solid #eeeeee;
}

.ind1_r .ind_login&gt;a {
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
	line-height: 36px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 18px;
	transition: 0.2s;
}
.ind1_r .ind_login .ind_login_gongneng{padding-bottom: 10px;text-align: center;}
.ind1_r .ind_login .ind_login_gongneng a{
            line-height: 26px;
    font-size: 14px;
    color: #333333;
    transition: 0.2s;
   margin-right:15px;
}
.ind1_r .ind_login .ind_login_gongneng a:hover{color: #035c7a;
	transition: 0.2s;}
.ind1_r .ind_login&gt;a img {
	display: inline-block;
	width: 18px;
	position: relative;
	top: 2px;
	margin-right: 8px;
}

.ind1_r .ind_login&gt;a:hover {
	background: #f9bd2c;
	transition: 0.2s;
}

.ind1_r ul {
	margin: 0px -8px;
	padding-top: 15px;
}

.ind1_r ul li {
	padding: 0px 8px;
	float: left;
}

.ind1_r ul li a {
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	transition: 0.2s;
}

.ind1_r ul li a span {
	margin-right: 4px;
}

.ind1_r ul li a:hover {
	color: #035c7a;
	transition: 0.2s;
}

.ind1_r .ind_r_close {
	position: absolute;
	right: -3px;
	top: -3px;
	width: 18px;
	height: 18px;
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/right_close_06.png);
	background-size: 100% 100%;
	cursor: pointer;
	transition: 0.2s;
}

.ind1_r .ind_r_close:hover {
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/right_close_03.png);
	background-size: 100% 100%;
	transition: 0.2s;
}

.ind_r_open {
	position: fixed;
	top: 30%;
	z-index: 5;
	width: 53px;
	height: 126px;
	right: -53px;
	color: #035c7a;
	font-size: 22px;
	background: rgba(255, 255, 255, 0.5);
	padding: 18px 10px 0px 10px;
	text-align: center;
	border-radius: 20px 0px 0px 20px;
	cursor: pointer;
}

.ind_r_open:hover {
	background: #FFFFFF;
	transition: 0.2s;
}

.ind1f {
	left: 50%;
	margin-left: -720px;
	width: 1440px;
	position: absolute;
	bottom: 5%;
	padding: 25px 20px;
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/ind_fg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	z-index: 2;
}

.ind1f li {
	width: 25%;
	padding: 0px 10px;
	float: left;
}

.ind1f li h4 {
	font-size: 22px;
	color: #035c7a;
	margin-bottom: 5px;
	cursor: pointer;
}

.ind1f li h4 span {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
}

.ind1f li h4 span img {
	height: 100%;
}

.ind1f li h4 em {
	position: relative;
	top: -7px;
	font-weight: bold;
        font-size: 22px;
}

.ind1f li .ind1f_news_a {
	display: block;
	font-size: 18px;
	position: relative;
        min-height:52px;
}

.ind1f li .ind1f_news_a p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333333;
	line-height: 26px;
        
}

.ind1f li .ind1f_news_a span {
	margin-top: -25px;
	color: #888888;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ind1f li .ind1f_url_ul a {
	float: left;
	width: 33.333%;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	transition: 0.2s;
}

.ind1f li .ind1f_url_ul a:hover {
	color: #035c7a;
	transition: 0.2s;
}

.ind1f li .ind1f_url_ul .ind1f_url_ul_long {
	width: 66.666%;
}

.ind1f .ind1f_licai a {
	display: block;
}

.ind1f .ind1f_licai a h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	transition: 0.2s;
}

.ind1f .ind1f_licai a h5 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}

.ind1f .ind1f_licai a h5 span {
	font-size: 36px;
	color: #c30d23;
	margin-right: 16px;
}

.ind1f .ind1f_licai a h5 span em {
	font-size: 22px;
}

.ind1f .ind1f_licai a p {
	float: left;
	min-width: 100px;
	padding-right: 10px;
	font-size: 14px;
	color: #666666;
}

.ind1f .ind1f_licai a p span {
	font-size: 18px;
	color: #333333;
}

.ind1f .ind1f_licai a:hover h4 {
	color: #035c7a;
	transition: 0.2s;
}

.ind1f_phone_box {
	position: absolute;
	bottom: 60px;
	left: 0px;
	width: 100%;
	z-index: 4;
}

.ind1f_phone_box .swiper-wrapper {
	height: 80px !important;
}

.ind1f_phone_box .swiper-slide {
	height: 80px !important;
	width: 300px !important;
	padding: 0px 10px;
}

.ind1f_phone_box .swiper-slide .index_phone_a {
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/index_phone_bac.jpg);
	background-size: 100% 100%;
	display: block;
	padding: 16px 15px;
	position: relative;
	height: 80px;
}

.ind1f_phone_box .swiper-slide .index_phone_a p {
	line-height: 24px;
	letter-spacing: 1px;
	text-align: justify;
}

.ind1f_phone_box .swiper-slide .index_phone_a1 span {
	position: absolute;
	bottom: 16px;
	right: 15px;
	color: #888888;
}

.ind1f_phone_box .swiper-slide .index_phone_a2 {
	overflow: hidden;
}

.ind1f_phone_box .swiper-slide .index_phone_a2 a {
	float: left;
	width: 33.333%;
	line-height: 24px;
	text-align: justify;
}

.ind1f_phone_box .swiper-slide .index_phone_a2 .ind1f_url_ul_long {
	width: 66.666%;
}

.ind1f_phone_box .swiper-slide .index_phone_a3 p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
        word-break: break-word;
}

..ind1f_phone_box .swiper-slide .index_phone_a3 span{color: #888888;}
.ind1f_phone_box .swiper-slide .index_phone_a4 h4 {
	font-size: 14px;
}

.ind1f_phone_box .swiper-slide .index_phone_a4 h5 {
	font-size: 12px;
	color: #666666;
}

.ind1f_phone_box .swiper-slide .index_phone_a4 h5 span {
	font-size: 22px;
	color: #c30d23;
	margin-right: 8px;
	font-weight: bold;
}

.ind1f_phone_box .swiper-slide .index_phone_a4 h5 span em {
	font-size: 16px;
}

.ind1f_phone_box .ind1f_phone_pagination_con,
.ind1f_phone_box .ind1f_phone_pagination_img {
	position: fixed;
	top: 100%;
	opacity: 0;
}

.ind1f_phone_pagination {
	overflow: hidden;
	padding-left: 10px;
	margin-top: 15px;
}

.ind1f_phone_pagination span {
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 6px;
	background-color: #ebeae9;
	background-size: 20px 20px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	color: #ebeae9;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 12px;
	transition: 0.2s;
	cursor: pointer;
	padding-left: 32px;
        float:left;
}

.ind1f_phone_pagination .swiper-active-switch {
	width: 150px;
	color: #035c7a;
	background-position-x: 10px;
	padding-left: 40px;
	transition: 0.2s;
}

.footer_box {
	padding-top: 100px;
}

.footer_box .max_w1200 {
	max-width: 1640px;
}

.footer_box .footer_nav {
	background: #f3f8fa;
}

.index_footer {
	min-height: 100%;
}

.index_footer .footer_banquan {
	padding: 25px 0px 300px 0px;
}

.ksdh {
	padding-bottom: 30px;
	background: #FFFFFF;
}

.ksdh .max_w1200 {
	position: relative;
}

.ksdh h2 {
	font-size: 32px;
	color: #333333;
	font-weight: bold;
	padding: 50px 0px;
}

.ksdh .ksdh_swiper_page {
	position: absolute;
	right: 10px;
	top: 64px;
}

.ksdh .ksdh_swiper_page .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	background: #f9bd2c;
	border-radius: 5px;
	display: block;
	float: left;
	margin-left: 10px;
	transition: 0.2s;
	cursor: pointer;
}

.ksdh .ksdh_swiper_page .swiper-active-switch {
	width: 30px;
	transition: 0.2s;
}

.ksdh ul {
	border-right: 1px solid #cddee4;
}

.ksdh ul li {
	float: left;
	width: 16.666%;
	padding-bottom: 20px;
	border-left: 1px solid #cddee4;
}

.ksdh ul li a {
	margin-bottom: 30px;
	display: block;
}

.ksdh ul li img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

.ksdh ul li p {
	text-align: center;
	font-size: 24px;
	color: #333333;
}

.index_footer_1060 .footer_nav {
	padding: 20px 0px 15px 0px;
}

.index_footer_1060 .footer_nav h3 {
	margin-bottom: 8px;
}

.index_footer_1060 .footer_nav span {
	margin-bottom: 15px;
}

.index_footer_1060 .footer_nav p {
	margin-bottom: 8px;
}

.index_footer_1060 .footer_banquan {
	padding: 20px 0px 300px 0px;
}

.index_footer_1060 .footer_banquan .footer_banquan_left ul {
	margin-bottom: 15px;
}

.index_footer_1060 .footer_box {
	padding: 20px 0px 300px 0px;
}

.index_footer_900 .ksdh h2 {
	padding: 15px 0px;
	font-size: 24px;
}

.index_footer_900 .ksdh .ksdh_swiper_page {
	top: 24px;
}

.index_footer_900 .ksdh ul li {
	padding-bottom: 10px;
}

.index_footer_900 .ksdh ul li a {
	margin-bottom: 20px;
}

.index_footer_900 .ksdh ul li img {
	width: 50px;
}

.index_footer_900 .ksdh ul li p {
	font-size: 16px;
}

.index_footer_900 .footer_nav {
	padding: 15px 0px 10px 0px;
}

.index_footer_900 .footer_nav h3 {
	margin-bottom: 10px;
}

.index_footer_900 .footer_nav span {
	margin-bottom: 15px;
}

.index_footer_900 .footer_nav p {
	margin-bottom: 4px;
}

.index_footer_900 .footer_banquan {
	padding-top: 10px;
}

.index_footer_900 .footer_banquan .footer_banquan_left ul {
	margin-bottom: 15px;
}

.index_footer .phone_footer {
	padding-bottom: 200px;
}

.phone_footer {
	background: #3e4245;
	display: none;
        padding-bottom:30px;
}

.phone_footer .phone_footer_nav1 {
	padding: 0px 10px;
	border-bottom: 1px solid #b2b3b5;
}

.phone_footer .phone_footer_nav1 ul {
	padding: 12px 0px;
}

.phone_footer .phone_footer_nav1 ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.phone_footer .phone_footer_nav1 ul li a {
	color: #b2b3b5;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}

.phone_footer .phone_footer_nav1 ul li a img {
	width: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.phone_footer .phone_footer_nav2 {
	border-bottom: 1px solid #707375;
	padding: 0px 10px;
}

.phone_footer .phone_footer_nav2 ul {
	padding: 12px 0px;
	text-align: center;
}

.phone_footer .phone_footer_nav2 ul li {
	display: inline-block;
	line-height: 16px;
	border-left: 1px solid #b2b3b5;
	padding: 0px 4px;
}

.phone_footer .phone_footer_nav2 ul li a {
	color: #b2b3b5;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 16px;
}

.phone_footer .phone_footer_nav2 ul&gt;li:nth-child(5) {
	clear: both;
}

.phone_footer .phone_footer_nav2 ul&gt;li:nth-child(1){
	border-left: 0px;
}

.phone_footer .for_top {
	text-align: center;
	padding: 12px 10px;
	border-bottom: 1px solid #707375;
}

.phone_footer .for_top p {
	color: #b2b3b5;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 16px;
}

.phone_footer .for_top p img {
	display: inline-block;
	width: 18px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.phone_footer .phone_footer_banquan {
	text-align: center;
	padding: 12px 10px;
}

.phone_footer .phone_footer_banquan p,
.phone_footer .phone_footer_banquan a {
	color: #b2b3b5;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 18px;
}

.phone_footer .phone_footer_ewm {
	text-align: center;
}

.phone_footer .phone_footer_ewm ul {
	display: inline-block;
}

.phone_footer .phone_footer_ewm ul li {
	float: left;
	margin: 0px 10px;
}

.phone_footer .phone_footer_ewm ul li img {
	width: 80px;
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.phone_footer .phone_footer_ewm ul li p {
	text-align: center;
	color: #b2b3b5;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 18px;
	padding-top: 5px;
}

.phone_nav {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	top: 0px;
	left: 100%;
	transition: 0.2s;
}

.phone_nav ul {
	width: 55%;
	height: 100%;
	position: absolute;
	right: -55%;
	top: 0px;
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/phone_nav_bac.png);
	background-size: 100% 100%;
	padding-left: 30px;
	padding-top: 80px;
	transition: 0.2s;
        overflow-y: scroll;
}
.phone_nav ul&gt;li{position: relative;}
.phone_nav_span_one{    position: absolute;
    width: 40px;
    height: 30px;
    background-image: url(/grcbank/template/page/index/phone_erji_open.png);
    background-repeat: no-repeat;
    background-position: center center;
/*background-size: 20px 20px;*/
    right: 10px;
    z-index: 2;
    top: 8px;}
.phone_nav_li_one .phone_nav_span_one{background-image: url(/grcbank/template/page/index/phone_erji_colse.png);}
.phone_nav_li_one ol{max-height: 1000px !important;
    transition: 0.8s !important;}
.phone_nav_li_one&gt;a{font-weight: bold;    color: #035c7a !important; transition: 0.2s;}
.phone_nav ul&gt;li&gt;a {
	color: #333333;
	font-size: 18px;
	line-height: 46px;
	display: block;
        transition: 0.2s;
}
.phone_nav ul&gt;li ol{max-height: 0px;
    overflow: hidden;
    transition: 0.5s;}
.phone_nav ul&gt;li ol li{margin-bottom: 10px;position: relative;}
.phone_nav ul&gt;li ol li&gt;a{
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
color: #666;
}
.phone_nav ul&gt;li ol li p{
    padding-left: 15px;
    margin-bottom: 5px;
    display: block;
    color: #666;
}
.phone_nav_span_two{position: absolute;
    width: 32px;
    height: 24px;
    background-image: url(/grcbank/template/page/index/phone_erji_open.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    right: 10px;
    z-index: 2;
    top: 0px;}
.phone_nav ul&gt;li ol li .nav_three{
display:none;
}
.phone_nav_li_two .phone_nav_span_two{background-image: url(/grcbank/template/page/index/phone_erji_colse.png);}
.phone_nav ul&gt;li ol .phone_nav_li_two .nav_three{display:block;}
.phone_nav ul&gt;.active&gt;a {
	font-weight: bold;
	color: #035c7a;
}

.phone_nav ul .phone_nav_close {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
}

.phone_nav ul .phone_nav_close img {
	width: 100%;
}

.phone_nav .phone_nav_bac {
	position: absolute;
	width: 45%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

.phone_nav_active {
	left: 0px;
	transition: 0.2s;
}

.phone_nav_active ul {
	right: 0px;
	transition: 0.2s;
}

.phone_nav_active .phone_nav_bac {
	display: block;
}

.header_v {
	padding: 20px;
	position: relative;
        padding-bottom: 0px;
}

.header_v .top .logo {
	width: 310px;
	float: left;
}

.header_v .top .logo img {
	width: 100%;
}

.header_v .top .top_r {
	float: right;
	margin-top: 20px;
}

.header_v .top .top_r span {
	display: inline-block;
	margin-left: 20px;
	float: left;
}

.header_v .top .top_r span img {
	width: 100%;
}

.header_v .top .top_r .img1 {
	width: 144px;
}

.header_v .top .top_r .search {
	width: 42px;
	display: block;
}

.header_v .top .top_r .search:hover {
	opacity: 0.5;
	cursor: pointer;
}

.header_v .top .top_r .language {
	/*width: 42px;*/
	border-radius: 30px;
	behavior: url(/grcbank/template/page/index/PIE.htc);
	background: #f9bd2c;
	color: #035c7a;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	transition: 0.6s;
        padding:0 10px;
}
.header_v .top .top_r .language a{

	color: #035c7a;
	font-size: 16px;

}
.header_v .top .top_r .language a:hover {
	opacity: 0.5;
}

.header_v .top .top_r .language:hover {
	opacity: 0.5;
}

.header_v .navv {
	margin-top: 20px;
        position: relative;
}

.header_v .navv&gt;li {
	float: left;
	width: 11.1%;
	text-align: center;
        padding-bottom: 20px;
}
.header_v .navv&gt;li:hover ol{
	display: block;
}
.header_v .navv&gt;li ol {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	z-index: 1000;
	background-image: url(/eportal/fileDir/gzrcu_test/template/page/list/nav_erji_icon_07.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	display: none;
}

.header_v .navv&gt;li ol li {
	float: left;
	width: 14.285%;
	margin-bottom: 20px;
}

.header_v .navv&gt;li ol li:first-child+li+li+li+li+li+li+li {
	clear: both;
}

.header_v .navv&gt;li ol li&gt;a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
        display: block;
}
.header_v .navv&gt;li ol li&gt;a:hover{color: #035c7a;font-weight: bold;}
.header_v .navv&gt;li ol li .navv_three a:hover{color: #035c7a;font-weight: bold;}

.header_v .navv&gt;li ol li .navv_three a {
	display: block;
	line-height: 30px;
	color: #888888;
	font-size: 16px;
        overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header_v .navv&gt;li a {
	font-size: 18px;
	color: #1a1a1a;
}

.header_v .navv&gt;li:hover&gt;a{
	color: #035c7a;
	font-weight: bold;
}

.header_v .navv&gt;li .active {
	color: #035c7a;
	font-weight: bold;
}
.gps {
	padding: 20px  0;
}

.gps a {
	font-size: 16px;
	color: #555555;
	font-size: 16px;
}

.banner {position:relative;}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
max-height:440px;
}

.com_bus {
	margin-top: 50px;
}

.h41 {
	font-size: 28px;
	color: #ffffff;
	background: #035C7A;
	display: inline-block;
	padding: 13px 25px;
	border-radius: 0 0 20px;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
	margin-bottom: 30px;
}

.com_swiper1 {
	padding-bottom: 30px;
}

.com_swiper1 .swiper-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.com_swiper1 .swiper-slide:nth-child(1) {
	padding-left: 0;
}

.com_swiper1 .swiper-slide:nth-last-child {
	padding-right: 0;
}

.com_swiper1 .swiper-slide .img {
	overflow: hidden;
}

.com_swiper1 .swiper-slide .img img {
	width: 100%;
	transition: 0.6s;
        border-radius: 0px 0px 30px 0px;
        height: 185px;
}
.com_swiper1_1 .swiper-slide .img img{height: 400px;}

.com_swiper1 .swiper-slide .text {
	transition: 0.6s;
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e4;
}

.com_swiper1 .swiper-slide .text h5 {
	font-size: 22px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.com_swiper1 .swiper-slide .text p {
	font-size: 16px;
	color: #4d4d4d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
display:none;
}

.com_swiper1 .swiper-slide .text a {
	display: none;
	width: 53px;
}

.com_swiper1 .swiper-slide .text a img {
	width: 53px;
}

.com_swiper1 .swiper-slide .text a:hover {
	opacity: 0.5;
	position: relative;
	top: -2px;
}

.com_swiper1 .swiper-slide:hover&gt;.text {
	background: #035C7A;
	padding: 20px 15px;
	margin-top: -20px;
	position: relative;
	z-index: 5;
	border-radius: 0 0 50px;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
}

.com_swiper1 .swiper-slide:hover&gt;.text h5 {
	color: #FFFFFF;
}

.com_swiper1 .swiper-slide:hover&gt;.text p {
	color: #FFFFFF;
}

.com_swiper1 .swiper-slide:hover&gt;.text a {
	display: block;
	margin-top: 20px;
}

.com_swiper1 .swiper-slide:hover&gt;.img {
	overflow: hidden;
}

.com_swiper1 .swiper-slide:hover&gt;.img img {
	transform: scale(1.2);
}

.com_swiper1 .com_pag1 {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.com_swiper1 .com_pag1 span {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #035C7A;
}

.com_swiper1 .com_pag1 .swiper-active-switch {
	background: #f7bb2c;
}

.com_pag2,
.com_pag3,
.e_pag1 {
	display: none;
	position: absolute;
	bottom: 2%;
	width: 100%;
	text-align: center;
}

.com_pags { display: block; position: absolute; bottom: 2%; width: 100%; text-align: center; }

.com_pags span { display: inline-block; margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #035C7A; }

.com_pags .swiper-active-switch { background: #f7bb2c; }

.com_pag2 span,
.com_pag3 span,
.e_pag1 span {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #035C7A;
}

.com_pag2 .swiper-active-switch,
.com_pag3 .swiper-active-switch,
.e_pag1 .swiper-active-switch {
	background: #f7bb2c;
}

.e4 {
	position: relative;
}

.com_bus1 {
	position: relative;
}

.comjt1 {
	background: #FFFFFF;
	display: inline-block;
	text-align: center;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	box-shadow: 0 10px 10px #dadada;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
	font-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
z-index:10;
}

.comjt1:hover {
	background: #035C7A;
	color: #FFFFFF;
}

.coml1 {
	left: -100px;
}

.comr1 {
	left: 1250px;
}
.comls{left: 50px;display:none;}
.comrs{left: 100%;margin-left:-100px;display:none;}

.coml2 {
	left: -100px;
}

.comr2 {
	left: 1250px;
}

.com_bus2 {
	background: #f8fbfb;
	padding: 20px 0;
}

.com_bus2 .swiper-slide:nth-child(4n) .com_bus21 {
	border-right: 0;
}

.com_bus2 .com_bus21 {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid #c6c8c8;
	float: left;
	box-sizing: border-box;
	margin-bottom: 50px;
	position: relative;
}

.com_bus2 .com_bus21 .com_busimg {
	width: 85%;
	height: 100%;
	display: none;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 7.5%;
	z-index: 1;
	transition: 0.6s;
}

.com_bus2 .com_bus21 .com_busimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.com_bus2 .com_bus21 .com_bus211:hover .com_busimg {
	opacity: 1;
	display: block;

}

.com_bus2 .com_bus21 .com_bus211 {
	padding: 20px;
	transition: 0.6s;
}

.com_bus2 .com_bus21 .com_bus211 .com_bus211_1 {
	position: relative;
	z-index: 2;min-height: 237px;
}

.com_bus2 .com_bus21 .com_bus211:hover h5 {
	color: #FFFFFF;
}

.com_bus2 .com_bus21 .com_bus211:hover a {
	color: #FFFFFF;
}

.com_bus2 .com_bus21 h5 {
	font-size: 22px;
	color: #035c7a;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #c6c8c8;
	transition: 0.6s;
}

.com_bus2 .com_bus21 a {
	font-size: 20px;
	color: #4d4d4d;
	display: block;
	padding: 10px 0;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;transition: 0s;
}
.com_bus2 .com_bus21_xwjr a {
	white-space: inherit;
}
.com_bus2 .com_bus21_xwjr a h5{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com_bus2 .com_bus21_xwjr a p{
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:3; 
line-height: 44px;
transition: 0.6s;
}
.com_bus2 .com_bus21_xwjr:hover a p{color:#fff;transition: 0.6s;}

.com_bus2 .com_bus21 a:hover{color:#035c7a !important;transition: 0.6s;}

.com_bus3 {
	position: relative;
}

.com_bus3 .com_bus3bor {
	border-top: 1px dashed #979696;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 100px;
}

.com_bus3 a {
	display: block;
	width: 14%;
	text-align: center;
	float: left;
}

.com_bus3 a:hover .com_bus3tit {
	color: #FFFFFF;
	background: #035C7A;
}

.com_bus3 a:hover .com_bus31 {
	border: 1px solid #c7c7c8;
}

.com_bus3 a:hover .com_bus311 {
	background: #035C7A !important;
}

.com_bus3 a:hover .com_bus31_1 {
	display: none !important;
}

.com_bus3 a:hover .com_bus31_2 {
	display: block !important;
}

.com_bus3 a .com_bus3tit {
	font-size: 18px;
	color: #3e3a39;
	padding: 5px 15px;
	border-radius: 20px;
	transition: 0.6s;
white-space: nowrap;
}

.com_bus3 a .com_bus31 {
	width: 88px;
	height: 88px;
	margin: 20px auto;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.com_bus3 a .com_bus31 .com_bus311 {
	width: 63px;
	height: 63px;
	margin: 12.5px auto;
	background: #FFFFFF;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 10px #E4E4E4;
	transition: 0.6s;
}

.com_bus3 a .com_bus31 .com_bus311 img {
	width: 32px;
	position: absolute;
	top: 16px;
	left: 15.5px;
	transition: 0.6s;
}

.com_bus3 a .com_bus31 .com_bus311 .com_bus31_1 {
	display: block;
}

.com_bus3 a .com_bus31 .com_bus311 .com_bus31_2 {
	display: none;
}

.com_bus41 .h41 {
	float: left;
}

.com_bus41 .tabs {
	float: right;
}

.com_bus41 li {
	float: left;
	margin-right: 50px;
}

.com_bus41 li a {
	display: block;
	font-size: 18px;
	color: #333333;
	border-radius: 30px;
	padding: 5px 20px;
	cursor: pointer;
}

.com_bus41 li:last-child {
	margin-right: 0;
}

.com_bus41 .thistab a {
	color: #FFFFFF;
	background: #035C7A;
	box-shadow: 0 0px 10px #9abeca;
}

.com_bus42 .tabdiv:first-child {
	margin-left: 0;
}

.com_bus42 .tabdiv {
	width: 30%;
	padding: 20px;
	box-shadow: 0 0 10px #e4e4e4;
	transition: 0.6s;
	float: left;
	margin-left: 5%;
	box-sizing: border-box;
}

.com_bus42 .tabdiv:hover {
transform: translateY(-5px);
}

.com_bus42 .tabdiv .tabdivp em {
	display: inline-block;
	width: 15px;
	margin-right: 10px;
}

.com_bus42 .tabdiv .tabdivp em img {
	width: 100%;
	display: inline-block;
}

.com_bus42 .tabdiv .tabdivp span {
	color: #035c7a;
	font-size: 14px;
}

.com_bus42 .tabdiv h5 {
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.com_bus42 .tabdiv .tabdiv1 {
	font-size: 16px;
	color: #666666;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    min-height: 72px;
}

.com_bus42 .tabdiv a {
	display: block;
	font-size: 16px;
	color: #035c7a;
	padding-top: 20px;
	border-top: 1px dashed #d9d9d9;
    min-height: 72px;
}

.com_bus42 .tabdiv a span {
	float: right;
    margin-top: 7px;
}

.com_bus42 .tabdiv a span img {
	display: inline-block;
	width: 100%;
}

.com_bus42 .tabdiv a:hover {
	opacity: 0.5;
	position: relative;
	padding-top: 18px;
}

a.com_more {
    float: right;
    font-size: 16px;
    position: relative;
    top: 20px;
}
a.com_more:hover{
color:#035c7a;

}

.e_section {
	background: #f4f9f9;
}

.e1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.e2 {
	float: right;
	width: 48%;
}

.e11 {
	background: #e4e4e4;
	position: relative;
}

.e11 .img {
	width: 50%;
	float: left;
}

.e11 .img img {
	width: 100%;
}

.e11 .e11a {
	float: left;
	width: 49%;
	height: 100%;
	padding: 20px 0;
	position: absolute;
	right: 0;
}

.e11 .e11a a {
	display: block;
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 7%;
}

.e11 .e11a a span {
	position: relative;
	top: -5px;
	margin-right: 5px;
}

.e11 .e11a a:hover {
	color: #035C7A;
}

.e3 {
	margin-top: 80px;
}

.e3 .e_swiper1 .swiper-slide {
	padding-left: 30px;
	overflow: hidden;
	box-sizing: border-box;
}

.e3 .e_swiper1 .swiper-slide a {
	display: block;
	border: 2px solid #f4f9f9;
	box-sizing: border-box;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}

.e3 .e_swiper1 .swiper-slide a:hover .img img {
	transform: scale(1.1);
}

.e3 .e_swiper1 .swiper-slide a:hover .ico {
	background: #035c7a;
}

.e3 .e_swiper1 .swiper-slide a:hover .e_tit {
	background: #F0F0F0;
}

.e3 .e_swiper1 .swiper-slide a .img {
	height: 250px;
	overflow: hidden;
}

.e3 .e_swiper1 .swiper-slide a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.e3 .e_swiper1 .swiper-slide a .ico {
	width: 60px;
	height: 60px;
	background: #f7bb2c;
	border-radius: 50%;
	position: relative;
	margin: -30px auto;
	transition: 0.6s;
}

.e3 .e_swiper1 .swiper-slide a .ico img {
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.e3 .e_swiper1 .swiper-slide a .e_tit {
	padding: 50px 0;
	text-align: center;
	background: #FFFFFF;
	font-size: 18px;
	color: #1a1a1a;
	transition: 0.6s;
}

.e3 .e_swiper1 .swiper-slide:first-child {
	padding-left: 0;
}

.e_swiper2 {
	padding-bottom: 100px;
	height: 250px;
	text-align: center;
    box-sizing: content-box;
}

.e_swiper2 .swiper-slide {
	height: 100%;
	opacity: 0.4;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.e_swiper2 .swiper-slide img {
	width: 100%;
}
.e_swiper2 .swiper-slide p{font-size:16px;}
.e_swiper2 .swiper-slide a {display:block;}

.e_swiper2 .swiper-slide-visible {
	opacity: 0.5;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.e_swiper2 .swiper-slide-active {
	top: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.e_swiper2 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #aaa;
	margin-right: 8px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	position: relative;
	top: -50px;
}

.e_swiper2 .swiper-visible-switch {
	opacity: 1;
	top: 0;
	background: #aaa;
}

.e_swiper2 .swiper-active-switch {
	background: #fff;
}

.e_fixed {
	background: #FFFFFF;
	position: fixed;
	top: 10%;
	right: 50px;
	z-index: 11;
	border: 1px solid #d6d6d6;
	padding: 0 5px;
}

.e_fixed li {
	text-align: center;
	margin-top: 15px;
}

.e_fixed li .img {
	display: inline-block;
        width: 100px;
}
.e_fixed li .img img{width:100%;}

.e_fixed li p {
	font-size: 14px;
	color: #000000;
}

.e_fixed .e_del_ewm {
	color: #FFFFFF;
	background: #035C7A;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.ab_section {
	padding-bottom: 50px;
}

.ab_left {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #d8d8d8;
}

.ab_left .h41 {
	margin-bottom: 0;
	width: 85%;
	box-sizing: border-box;
	text-align: center;
	padding: 25px 20px;
	border-radius: 0 0 35px;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
        overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ab_left .pub_leftNav {
	padding-right: 50px;
}

.ab_left .pub_leftNav li {
	padding: 20px 0;
	border-bottom: 1px solid #cbcbcb;
}

.ab_left .pub_leftNav li a {
	display: block;
	font-size: 20px;
	color: #333333;
	transition: 0.6s;
	position: relative;
	padding-right: 20px;
}

.ab_left .pub_leftNav li a span {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	transition: 0.6s;
}

.ab_left .pub_leftNav li a:hover {
	color: #035C7A;
}

.ab_left .pub_leftNav li a:hover span {
	color: #f7bf38;
}
.ab_left .pub_leftNav li .active{
color: #035C7A;
}
.ab_left .pub_leftNav li .active span{
color: #f7bf38;
}
.ab_right {
	float: right;
	width: 75%;
	box-sizing: border-box;
	border-left: 1px solid #d8d8d8;
	position: relative;
	left: -1px;
	box-sizing: border-box;
	padding-left: 50px;
}

.ab_right .wordtext .word_tit {
	font-size: 24px;
	color: #000000;
	text-align: center;
line-height:35px;
}
.ab_right .wordtext .word_tit a{
        font-size:18px;
}
.ab_right .wordtext .word_time {
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 30px 0;
}

.ab_right .wordtext .word_text {
	font-size: 16px;
	color: #454545;
        word-break: break-word;
}
.ab_right .wordtext .word_text a{
	text-decoration: underline !important;
	font-weight: bold !important;
}

.ab_right .wordtext .word_text p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #454545;
}

.ab_right .wordtext .word_text p a{
font-size:16px;
font-weight: bold;
text-decoration: underline !important;
}
.wordtext .word_text p a{
font-weight: bold;
text-decoration: underline !important;

}
.ab_right .wordtext .word_text p a:hover{color:#035C7A;font-weight: bold;}
.ab_right .wordtext .word_text p strong{ padding: 10px 0;}
.ab_right .wordtext .word_text b, strong{font-size: 16px;}

.ab_right .wordtext .word_text span {
	/*font-family: "微软雅黑";*/
	font-size: 16px !important;
	color: #454545;
}

.ab_right .wordtext .word_text img {
	max-width: 100%;
	display: block;
    margin: 0px auto;
}

.ab_mNav {
	display: none;
	text-align: center;
}

.ab_mNav a {
	display: inline-block;
	padding: 2px 15px;
	background: #035C7A;
	color: #FFFFFF;
	border-radius: 20px;
	margin-bottom: 20px;
}

.search {
	width: 71%;
}

.search .searchForm {
	margin: 50px 0;
	font-size: 20px;
	color: #333333;
	border: 2px solid #41849b;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
}

.search .searchForm .inp {
	width: 70%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	border: none;
	outline: none;
}

.search .searchForm .but {
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding: 7px 10px;
}

.search .searchForm .but button {
	width: 65px;
	background: #f7bb2c;
	border: none;
	outline: none;
	height: 100%;
	border-radius: 10px;
	cursor: pointer;
}

.search .searchForm .but button img {
	display: block;
	margin: auto;
	width: 24px;
}

.search .search2 .search21 {
	font-size: 20px;
}

.search .search2 .search22 a {
	font-size: 18px;
	color: #lalala;
	background: #f0f0f0;
	padding: 5px 15px;
	border-radius: 7px;
	margin: 20px 20px 0 0;
	display: inline-block;
cursor: pointer;
}
.search .search2 .search22 a:hover{    background: #41849b;color:#ffffff;}
.search .search3 {
	margin-top: 50px;
}

.search .search3 .search3ul li {
	border-bottom: 2px solid #d8d8d8;
	padding: 20px 0;
}

.search .search3 .search3ul li a h4 {
	font-size: 20px;
	color: #035c7a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.search .search3 .search3ul li a div {
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.search .search3 .search3ul li a p span {
	float: right;
}

.search .search3 .search3ul li a div,
.search .search3 .search3ul li a p {
	font-size: 14px;
	color: #666666;
}
.search .search3 .search3ul li a p i{

    width: 70%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search .searchN {
	font-size: 18px;
	color: #1a1a1a;
	margin: 40px 0;
}

.search .searchN .searchNum {
	color: #c42121;
}

.list_fy {
	width: 100%;
	margin-bottom: 50px;
	padding: 14px 0 0;
}

.list_fy a,
.list_fy font {
	width: auto;
	display: inline-block;
	padding: 0px 12px;
	height: 32px;
	border: 1px solid #eaeaea;
	line-height: 32px;
	margin: 0 1px;
        margin-bottom:6px;
}
.list_fy_input{
        width: auto;
	display: inline-block;
	padding: 0px 5px;
	height: 32px;
	border: 1px solid #eaeaea;
	line-height: 32px;
	margin: 0 1px;
        outline: none;
        text-align: center;
        margin-right:8px;
        color:#323232;
}
.list_fy_button{
        width: auto;
	display: inline-block;
	padding: 0px 8px;
	height: 32px;
	border: 1px solid #eaeaea;
	line-height: 32px;
	margin: 0 1px;
        background: none;
        position: relative;
        top: 1px;
        outline: none;
        color:#323232;
}
.list_fy_button:hover{
        background: #035c7a;
        border-color: #ffffff;
        color: #fff;    
}
.list_fy .easysite-jump-page{color: #bcbcbc;}
.list_fy&gt;span {
	display: none !important;
}

.list_fy a:hover,
.list_fy font {
	background: #035c7a;
	border-color: #ffffff;
	color: #fff;
}

.list_fy_tz {
	line-height: 40px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.list_fy_tz input {
	height: 28px;
	padding: 0 6px;
	line-height: 28px;
}

.list11 {
	color: #bcbcbc;
	margin-left: 9px;
}

.on1 {
	position: relative;   
}

.on1 .img {
	width: 435px;
}

.on1 .img img {
	width: 100%;
}

.on1 .on_text {
	width: 65%;
	box-shadow: 0 0 10px #e4e4e4;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
	background: #FFFFFF;
	border-radius: 0 0 20px;
	padding: 30px;
	position: absolute;
	line-height: 40px;
	/*top: 18%;*/
	right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.on1 .on_text img {
	width: 60px;
	position: absolute;
}

.on1 .on_text .on_textimg1 {
	left: -32px;
	top: -10px;
}

.on1 .on_text .on_textimg2 {
	right: -30px;
	bottom: -10px;
}

.on1 .on_text div {
	font-size: 20px;
	color: #666666;
}

.on2bg {
	background: #f4f9f9;
	/*padding: 30px 0;*/
}

.on2{/*padding: 30px 0;*/}

.on2 li {
	border-left: 1px solid #cacaca;
	width: 33.3%;
	float: left;
	margin: 30px 0;
	box-sizing: border-box;
}
.on2 li:first-child+li+li+li{
        clear: both;
}
.on2 li:first-child+li+li+li+li+li+li{
        clear: both;
}
.on2 li:nth-child(3n+1){
        clear: both;
}

.on2 li .img {
	padding: 0 25px;
	border-left: 7px solid #f7bb2c;
}

.on2 li .img img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 30px 0px;
max-height: 220px;
}

.on2 li .on2_text {
	padding: 25px;
}

.on2 li .on2_text h4 {

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.on2 li .on2_text h4 span{
	font-size: 22px;
	display: block;
	color: #3e3a39;
	font-weight: bold;
	border-bottom: 2px solid #035c7a;
	padding-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.on2 li .on2_text .text {
	font-size: 16px;
	color: #666666;
	margin: 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; min-height: 70px;
        word-break:break-all;
}

.on2 li .on2_text a {
	font-size: 16px;
	color: #1a1a1a;
	border: 1px solid #035C7A;
	border-radius: 20px;
	padding: 3px 15px;
	transition: 0.3s;   
        position: relative;
        padding-right: 60px;
        display: inline-block;
}

.on2 li .on2_text a span {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
}
.on2 li .on2_text a span img {
	display: inline-block;
	width: 25px;
}
@media only screen and (min-width: 768px) {
.on2 li .on2_text a:hover {
	color: #FFFFFF;
	background: #035C7A;
}
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul&gt;li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

body {
	font-size: 14px;
	color: #333333;
	width: 100%;
	font-family: "微软雅黑";
	line-height: 24px;
	background: #ffffff;
	position: relative;
}

* {
	box-sizing: border-box;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	margin: 0;
}

a {
	text-decoration: none !important;
}

.clear1 {
	clear: both;
}

.slick-slide {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.max_w1200 {
	max-width: 1220px;
	margin: auto;
	padding: 0px 10px;
}

.index_phone {
	display: none;
}

.xyk_banner img {
	width: 100%;
}

@media (max-width: 768px) {
	.index_phone {
		display: block;
	}
	.index_pc {
		display: none;
	}
.list11{font-size:12px;}
.list_fy_input{padding:0px;height: 30px;line-height: 28px;}
list_fy_button{height: 30px;line-height: 28px;}
}

.xyk_bt {
	display: block;
}

.xyk_bt h2 {
	font-weight: bold;
	background: #035c7a;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 46px;
	padding: 0px 15px;
	border-radius: 0px 0px 20px 0px;
	letter-spacing: 2px;
	display: inline-block;
}

.index_crumb {
	padding-top: 20px;
	padding-bottom: 60px;
}

.index_crumb p a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #555555;
	margin: 0px 5px;
}

.index_crumb p&gt;a:first-child {
	margin-left: 0px;
}

.xyk_chanpin .xyk_chanpin_title {
	margin-bottom: 40px;
}

.xyk_chanpin .xyk_chanpin_title .xyk_bt {
	float: left;
}

.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab {
	float: right;
}

.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs li {
	float: left;
	margin-left: 14px;
}

.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs li a {
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	padding: 0px 24px;
	display: block;
	border-radius: 19px;
	transition: 0.2s;
}

.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs&gt;li:first-child {
	margin-left: 0px;
}

.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs .thistab a {
	background: #035c7a;
	color: #FFFFFF;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}

.xyk_chanpin .xyk_chanpin_con {
	position: relative;
}

.xyk_chanpin .xyk_chanpin_con .tab_con_box {
	overflow: hidden;
}

.xyk_chanpin .xyk_chanpin_con .tab_con {
	padding-bottom: 18px;
	margin: 0px -25px;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con {
	padding: 0px 25px;
	position: relative;
	cursor: pointer;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_img {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_img img {
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_title {
	float: left;
	font-size: 22px;
	color: #035c7a;
	position: relative;
	z-index: 2;
	padding-left: 24px;
margin-bottom:10px;
line-height: 30px;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_more {
	float: right;
	position: relative;
	z-index: 2;
	padding-right: 24px;
margin-bottom:10px;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_more a {
	width: 150px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #035c7a;
	padding-right: 30px;
	text-align: center;
	display: block;
	border-radius: 15px;
	font-size: 16px;
	color: #035c7a;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
	position: relative;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_more a img {
	width: 26px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_bac {
	position: relative;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_bac span {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	height: 3px;
	background: #035c7a;
	left: 0px;
	display: block;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con:hover .xyk_owl_con_title {
	font-weight: bold;
}

.xyk_chanpin .xyk_chanpin_con .xyk_owl_con:hover .xyk_owl_con_bac span {
	height: 200px;
	background: #e4e4e4;
	border-radius: 20px 0px 20px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
}

.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_prev {
	width: 40px;
	height: 40px;
	left: -73px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	transition: 0.2s;
}

.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_prev:hover {
	background-color: #035c7a;
	transition: 0.2s;
	color: #FFFFFF;
}

.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_next {
	width: 40px;
	height: 40px;
	right: -73px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	transition: 0.2s;
}

.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_next:hover {
	background-color: #035c7a;
	color: #FFFFFF;
	transition: 0.2s;
}
.xyk_xyk {
	background-image: linear-gradient(#ffffff, #f4f9f9);
	padding-top: 38px;
	padding-bottom: 58px;
}

.xyk_xyk .xyk_bt {
	padding-bottom: 45px;
}

.xyk_xyk .xyk_xyk_left {
	float: left;
	width: 305px;
	padding-top: 48px;
	padding-bottom: 16px;
	background: #f0f0f0;
	padding-left: 30px;
}

.xyk_xyk .xyk_xyk_left li {
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 30px 0px 0px 30px;
	border: 0px;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
}

.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li {
	padding-left: 30px;
	position: relative;
}

.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li p {
	font-size: 24px;
	color: #000000;
	line-height: 60px;
}

.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li .xyk_xyk_left_img_b {
	position: absolute;
	top: 50%;
	right: 65px;
	margin-top: -25px;
	display: none;
}

.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li .xyk_xyk_left_img_h {
	position: absolute;
	top: 50%;
	right: 65px;
	margin-top: -25px;
}

.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li .xyk_xyk_left_img_m {
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -8px;
	display: none;
}

.xyk_xyk .xyk_xyk_left .thistab {
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

.xyk_xyk .xyk_xyk_left .thistab .xyk_xyk_left_li {
	background: #f7bb2c;
}

.xyk_xyk .xyk_xyk_left .thistab p {
	color: #FFFFFF;
}

.xyk_xyk .xyk_xyk_left .thistab .xyk_xyk_left_img_h {
	display: none;
}

.xyk_xyk .xyk_xyk_left .thistab .xyk_xyk_left_img_m,
.xyk_xyk .xyk_xyk_left .thistab .xyk_xyk_left_img_b {
	display: block;
}

.xyk_xyk .xyk_xyk_right {
	margin-left: 343px;
}

.xyk_xyk .xyk_xyk_right .tab_con {
	border: 2px solid #c9caca;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con_img img {
	width: 100%;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con {
	overflow: hidden;
	padding: 55px 40px 0px 40px;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con h4 {
	margin-bottom: 20px;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con h4 a {
	font-size: 24px;
	color: #3e3a39;
	font-weight: bold;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con p {
	margin-bottom: 10px;
	font-size: 20px;
	color: #000000;
	float: left;
	line-height: 30px;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con .xyk_xyk_right_con_more {
	margin-bottom: 55px;
	float: right;
	width: 122px;
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #035c7a;
	color: #FFFFFF;
	behavior: url(/eportal/fileDir/gzrcu_test/template/page/index/PIE.htc);
	padding-left: 15px;
}

.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con .xyk_xyk_right_con_more img {
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -4px;
}

.footer_fg{margin-top:50px;}

.footer_nav {
	background: #f1f6f8;
	padding: 40px 0px 28px 0px;
}

.footer_nav ul li {
	width: 12.5%;
	float: left;
	padding-right: 10px;
}

.footer_nav ul li h3 {
	margin-bottom: 18px;
}

.footer_nav ul li h3 a {
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	transition: 0.2s;
}

.footer_nav ul li h3 a:hover {
	color: #035c7a;
	transition: 0.2s;
}

.footer_nav ul li span {
	width: 27px;
	height: 3px;
	display: block;
	margin-bottom: 30px;
	background: #f7bb2c;
}

.footer_nav ul li p {
	margin-bottom: 12px;
}

.footer_nav ul li p a {
	font-size: 14px;
	color: #888888;
	transition: 0.2s;
}

.footer_nav ul li p a:hover {
	color: #035c7a;
	transition: 0.2s;
}

.footer_banquan {
	background: #3e4245;
	padding: 35px 0px 25px 0px;
}

.footer_banquan .footer_banquan_left {
	float: right;
	padding-top: 6px;
        text-align: right;
}

.footer_banquan .footer_banquan_left ul {
	margin-bottom: 25px;
        display: inline-block;
}

.footer_banquan .footer_banquan_left ul li {
	float: left;
	border-left: 1px solid #FFFFFF;
	line-height: 18px;
	padding-left: 8px;
	margin-left: 8px;
}

.footer_banquan .footer_banquan_left ul li a {
	line-height: 18px;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_banquan .footer_banquan_left ul&gt;li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
}

.footer_banquan .footer_banquan_left p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer_banquan .footer_banquan_left p a {
	margin-left: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.footer_banquan .footer_banquan_left p a:hover{color:#035C7A;}

.footer_banquan .footer_banquan_right {
	float: left;
}

.footer_banquan .footer_banquan_right ul li {
	float: left;
	margin-right: 40px;
}

.footer_banquan .footer_banquan_right ul li img {
	width: 106px;
	display: block;
	margin: 0px auto;
}

.footer_banquan .footer_banquan_right ul li p {
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.xyk_list_nav {
	text-align: center;
	height: 55px;
	border-bottom: 1px solid #d7d7d7;
}

.xyk_list_nav ul {
	display: inline-block;
	height: 55px;
}

.xyk_list_nav ul li {
	float: left;
	width: 170px;
	text-align: center;
	line-height: 55px;
}

.xyk_list_nav ul li a {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: bold;
	position: relative;
	line-height: 55px;
}

.xyk_list_nav ul li a:after {
	content: "";
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: -14px;
	left: 0px;
	transition: 0.2s;
}

.xyk_list_nav ul li:hover a:after,
.xyk_list_nav ul li.active a:after {
	background: #035c7a;
	transition: 0.2s;
}

.xyk_list {
	padding-top: 60px;
}

.xyk_list ul li {
	margin-bottom: 65px;
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/xyk_list_bac.jpg);
	background-size: 100% 100%;
	padding: 40px 0px;
}

.xyk_list ul li .xyk_list_l {
	width: 350px;
	float: left;
}

.xyk_list ul li .xyk_list_l img {
	position: relative;
	top: 0px;
	width: 100%;
	transition: 0.2s;
}

.xyk_list ul li .xyk_list_l img:hover {
	top: -10px;
	transition: 0.2s;
}

.xyk_list ul li .xyk_list_r {
	margin-left: 500px;
}

.xyk_list ul li .xyk_list_r h4 {
	margin-bottom: 70px;
}

.xyk_list ul li .xyk_list_r h4 a {
	font-weight: bold;
	font-size: 28px;
	position: relative;
	color: #333333;
}

.xyk_list ul li .xyk_list_r h4 a:after {
	content: "";
	height: 3px;
	width: 27px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	background: #035c7a;
}

.xyk_list ul li .xyk_list_r .xyk_list_introduction {
	overflow: hidden;
	min-height: 200px;
}

.xyk_list ul li .xyk_list_r .xyk_list_introduction p {
	float: left;
	width: 50%;
	line-height: 40px;
}

.xyk_list ul li .xyk_list_r .xyk_list_introduction p a {
	font-size: 16px;
	color: #666666;
}

.xyk_list ul li .xyk_list_r .xyk_list_introduction p img {
	margin-right: 13px;
	position: relative;
	top: 5px;
        display: inline-block;
}

.xyk_list ul li .xyk_list_r .xyk_list_introduction&gt;p:nth-child(2n+1) {
	clear: both;
}
.xyk_list ul li .xyk_list_r .xyk_list_introduction&gt;p:first-child+p+p {
	clear: both;
}
.xyk_list ul li .xyk_list_r .xyk_list_introduction&gt;p:first-child+p+p+p+p {
	clear: both;
}
.xyk_list ul li .xyk_list_r .xyk_list_more a {
	width: 145px;
	line-height: 36px;
	border-radius: 6px;
	text-align: center;
	margin-left: 28px;
	font-size: 16px;
	display: block;
	float: left;
	position: relative;
	top: 0px;
	transition: 0.2s;
}

.xyk_list ul li .xyk_list_r .xyk_list_more a:hover {
	top: -3px;
	transition: 0.2s;
}

.xyk_list ul li .xyk_list_r .xyk_list_more .xyk_list_more_a {
	color: #ffffff;
	background: #035c7a;
	box-shadow: 0px 6px 8px 0px rgba(3, 92, 122, 0.1);
}

.xyk_list ul li .xyk_list_r .xyk_list_more .xyk_list_more_apply {
	background: #f7bb2c;
	color: #035c7a;
	box-shadow: 0px 6px 8px 0px rgba(247, 187, 44, 0.1);
}

.xyk_list ul li .xyk_list_r .xyk_list_more&gt;a:first-child {
	margin-left: 0px;
}

.xyk_fwtd {
	padding-bottom: 80px;
}

.xyk_fwtd .xyk_bt {
	margin-bottom: 40px;
}

.xyk_fwtd .xyk_fwtd_con ul li {
	float: left;
	width: 20%;
}

.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a {
	display: block;
	position: relative;
	height: 74px;
}

.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a img {
	width: 80px;
	float: left;
}

.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a p {
	position: relative;
	height: 100%;
	margin-left: 100px;
	padding-right: 30px;
}

.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a span {
	font-size: 20px;
	color: #3e3a39;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
}

.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a em {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyk_show {
	margin-top: 60px;
	margin-bottom: 70px;
	background: url(/eportal/fileDir/gzrcu_test/template/page/index/xyk_list_bac.jpg);
	background-size: 100% 100%;
	padding: 75px 0px;
}

.xyk_show .xyk_show_l {
	width: 350px;
	float: left;
}

.xyk_show .xyk_show_l img {
	position: relative;
	top: 0px;
	width: 100%;
	transition: 0.2s;
}

.xyk_show .xyk_show_l img:hover {
	top: -10px;
	transition: 0.2s;
}

.xyk_show .xyk_show_r {
	margin-left: 500px;
	position: relative;
}

.xyk_show .xyk_show_r h4 {
	margin-bottom: 65px;
}

.xyk_show .xyk_show_r h4 a {
	font-weight: bold;
	font-size: 28px;
	position: relative;
	color: #333333;
}

.xyk_show .xyk_show_r h4 a:after {
	content: "";
	height: 3px;
	width: 27px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	background: #035c7a;
}

.xyk_show .xyk_show_r .xyk_show_list {
	overflow: hidden;
	margin-bottom: 75px;
}

.xyk_show .xyk_show_r .xyk_show_list a {
	display: inline-block;
	font-size: 16px;
	color: #035c7a;
	line-height: 30px;
	margin-right: 10px;
}

.xyk_show .xyk_show_r .xyk_show_list a span {
	color: #f7bb2c;
	margin-right: 5px;
}

.xyk_show .xyk_show_r .xyk_show_con {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.xyk_show .xyk_show_r .xyk_show_more {
	position: absolute;
	right: 0px;
	top: 0px;
}

.xyk_show .xyk_show_r .xyk_show_more a {
	width: 145px;
	line-height: 36px;
	border-radius: 6px;
	text-align: center;
	margin-left: 25px;
	font-size: 16px;
	display: block;
	float: left;
	position: relative;
	top: 0px;
	transition: 0.2s;
}

.xyk_show .xyk_show_r .xyk_show_more a:hover {
	top: -3px;
	transition: 0.2s;
}

.xyk_show .xyk_show_r .xyk_show_more .xyk_show_more_apply {
	color: #ffffff;
	background: #035c7a;
	box-shadow: 0px 6px 8px 0px rgba(3, 92, 122, 0.1);
}

.xyk_show .xyk_show_r .xyk_show_more .xyk_show_more_fenqi {
	background: #f7bb2c;
	color: #035c7a;
	box-shadow: 0px 6px 8px 0px rgba(247, 187, 44, 0.1);
}

.xyk_show .xyk_show_r .xyk_show_more&gt;a:first-child {
	margin-left: 0px;
}


.pub_text table { width: 100%; margin: 0 auto; }

.pub_text table th { padding: 20px 0; font-size: 20px; background: #035C7A; color: #FFFFFF;     text-align: center;}

.pub_text table td { padding: 10px 0; text-align: center; font-size: 16px; }

.pub_text table tr:nth-child(odd) { background: #DDE9ED; }

.pub_text_tit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    margin-bottom: 50px;
}

.web_map .web_map_tit { display: block; color: #035C7A; font-size: 18px; font-weight: bold; padding: 10px 20px;border-bottom: 1px solid #035C7A;}

.web_map_div{border: 1px solid #cccccc;    margin-bottom: 20px;}

.web_map .web_map_two { padding:10px 20px;box-sizing:border-box;}

.web_map .web_map_two li { float: left; width: 16.6%; }

.web_map .web_map_two li a { display: block;  font-size: 16px; }

.web_map .web_map_two li a:hover{color: #035C7A; font-weight: bold; }
.web_map_div:first-child{display:none;}
.wordtext table {
    width: 100% !important;
    text-align: center;
}
.e_bank_n{padding-bottom:30px;}
.e_bank_n li {
    width: 32%;
    float: left;
    margin-left: 2%;
}
.e_bank_n li:first-child{margin-left: 0;}
.e_bank_n li a{display:block;width:100%;}
.e_bank_n li .img img{width:100%;}
.e_bank_n li p{text-align:center;font-size: 16px;margin: 10px 0;}

@media only screen and (max-width: 1750px) {
	.header .logo {
		width: 190px;
	}
	.header .nav {
		margin: 12px auto 0;
		float: unset;
	}
	.header .headr .img1 {
		width: 100px;
	}
	.header .headr .search {
		width: 30px;
	}
	.header .headr .language {
		/* width: 30px; */
		line-height: 30px;
	}
	.header {
		padding: 10px 30px;
                padding-bottom:0px;
	}
	.header .headr {
		right: 20px;
		top: 0px;
	}
	.ind1f li h4 span {
		height: 20px;
	}
	.ind1f li h4 {
		font-size: 18px;
	}
	.ind1f li h4 em {
		top: -3px;
                font-size: 18px;
	}
	.ind1f li .ind1f_news_a {
		font-size: 14px;
	}
	.ind1f li .ind1f_url_ul a {
		font-size: 16px;
	}
        .header .nav&gt;li ol li&gt;a {font-size:17px}
.header_v .navv&gt;li ol li&gt;a{font-size:17px}
	.footer_box {
		padding-top: 80px;
	}
	.ksdh {
		padding-bottom: 20px;
	}
	.ksdh h2 {
		padding: 30px 0px;
		font-size: 28px;
	}
	.ksdh ul li img {
		width: 50px;
	}
	.ksdh ul li p {
		font-size: 18px;
	}
        .header .nav li a{font-size:18px;}
}

@media only screen and (max-width: 1450px) {
	.ind1f {
		margin-left: -49%;
		max-width: 1440px;
		width: 98%;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_prev {
		left: 0px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_next {
		right: 0px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.header .headr span{margin-left:1px;}
        .header .nav{float: left;}
}

@media only screen and (max-width: 1400px) {
	.header .nav li a {
		font-size: 15px;
	}
.header .nav&gt;li ol li&gt;a{font-size:15px;}
.header_v .navv&gt;li ol li&gt;a{font-size:15px}
.header .nav&gt;li ol li .nav_three a{font-size:14px;line-height: 26px;}
.header_v .navv&gt;li ol li .navv_three a{font-size:14px;line-height: 26px;}
	.ind1f li.ind1f_news a p {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.ind1f li .ind1f_news_a {
		height: unset;
	}
	.ind1f li .ind1f_news_a span {
		position: static;
	}
	/*.comjt1 {
		display: none;
	}*/

.com_bus1 {
	width: 1100px;
}
.com_bus1 .h41{margin-left:-50px;}

.coml1 {
    left: -70px;
}
.comr1 {
    left: 1120px;
}
	.ind_img_p h4 {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.ind_img_p p {
		font-size: 18px;
		line-height: 36px;
		max-width: 500px;
	}
	.ind1f li .ind1f_url_ul a{
	        font-size:14px;
	}
}

@media only screen and (max-width: 1200px) {
	.container {
		width: 96%;
		padding: 2%;
	}
	.comjt1 {
		display: none;
	}
.com_bus1 {
	width: unset;
}
.com_bus1 .h41{margin-left:0px;}
	.header {
		padding: 10px;
	}
	.nav {
		display: none;
	}
	.header .headr {
		top: 0;
	}
	.ksdh h2 {
		padding: 15px 0px;
		font-size: 24px;
	}
	.ksdh ul li {
		padding-bottom: 10px;
	}
	.ksdh ul li a {
		margin-bottom: 20px;
	}
	.ksdh ul li img {
		width: 45px;
	}
	.ksdh ul li p {
		font-size: 16px;
	}
	.footer_nav {
		padding: 15px 0px 10px 0px;
	}
	.footer_nav h3 {
		margin-bottom: 10px;
	}
	.footer_nav span {
		margin-bottom: 15px;
	}
	.footer_nav p {
		margin-bottom: 6px;
	}
	.footer_banquan {
		padding-top: 10px;
	}
	.footer_banquan .footer_banquan_left ul {
		margin-bottom: 15px;
	}
	.com_bus {
		margin-top: 0;
	}
	.com_bus3 a {
		width: 33%;
	}
	.h41 {
		margin-bottom: 50px;
	}
	.com_bus3bor {
		display: none;
	}
	.e11 .e11a a {
		font-size: 16px;
		margin-top: 4%;
	}
	.e3 {
		margin-bottom: 50px;
	}
	.xyk_show .xyk_show_r .xyk_show_more a,
	.xyk_list ul li .xyk_list_r .xyk_list_more a {
		width: 120px;
		margin-left: 20px;
	}
	.headr_nav,
	.phone_wangyin {
		display: block !important;
	}
	.header_v .headr_nav,
	.header_v .phone_wangyin {
		display: none !important;
	}
	.headr_nav img {
		width: 40px !important;
		position: relative;
		top: -10px;
	}
	.phone_wangyin {
		line-height: 30px;
		padding: 0px 10px;
		border-radius: 15px;
		background: #f9bd2c;
		color: #035c7a;
		font-size: 16px;
	}
	.header .logo {
		width: 150px;
		padding-left: 10px;
		padding-top: 4px;
	}
}

@media (max-width: 1100px) {
	.xyk_bt h2 {
		font-size: 20px;
	}
	.xyk_crumb {
		padding-bottom: 40px;
	}
	.xyk_chanpin .xyk_chanpin_title {
		margin-bottom: 30px;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab {
		padding-top: 6px;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs li {
		margin-left: 10px;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs li a {
		padding: 0px 16px;
		line-height: 32px;
		font-size: 16px;
	}
	.xyk_chanpin .xyk_chanpin_con .tab_con {
		margin: 0px;
		padding: 0px 30px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_img {
		margin-bottom: 30px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_title {
		font-size: 18px;
		padding-left: 10px;
		line-height: 28px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_more {
		padding-right: 10px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_more a {
		font-size: 14px;
		width: 122px;
		line-height: 26px;
		height: 28px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_more a img {
		width: 20px;
		margin-top: -3px;
	}
	.xyk_xyk .xyk_bt {
		padding-bottom: 40px;
	}
	.xyk_xyk .xyk_xyk_left {
		width: 260px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.xyk_xyk .xyk_xyk_left li {
		margin-bottom: 20px;
	}
	.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li p {
		font-size: 20px;
		line-height: 50px;
	}
	.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li .xyk_xyk_left_img_b,
	.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li .xyk_xyk_left_img_h {
		width: 30px;
		margin-top: -17px;
		right: 55px;
	}
	.xyk_xyk .xyk_xyk_right {
		margin-left: 280px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con {
		padding: 40px 30px 0px 30px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con h4 a {
		font-size: 20px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con p {
		font-size: 16px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con .xyk_xyk_right_con_more {
		margin-bottom: 30px;
	}
	.footer_nav ul li h3 {
		margin-bottom: 10px;
	}
	.footer_nav ul li h3 a {
		font-size: 16px;
	}
	.footer_nav ul li span {
		margin-bottom: 15px;
	}
	.footer_nav ul li p {
		margin-bottom: 10px;
	}
	.footer_banquan .footer_banquan_left ul li {
		margin-left: 6px;
		padding-left: 6px;
	}
	.footer_banquan .footer_banquan_left p {
		font-size: 14px;
	}
	.footer_banquan .footer_banquan_left p a {
		font-size: 14px;
		margin-left: 20px;
	}
	.footer_banquan .footer_banquan_right ul li {
		margin-right: 30px;
	}
	.footer_banquan .footer_banquan_right ul li img {
		width: 90px;
	}
}

@media only screen and (max-width: 1000px) {
	.footer_nav ul li {
		padding-right: 0px;
	}
	.footer_nav ul li p a {
		font-size: 12px;
	}
	.xyk_list ul li .xyk_list_l,
	.xyk_show .xyk_show_l {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.xyk_list ul li .xyk_list_l img,
	.xyk_show .xyk_show_l img {
		width: auto;
		max-width: 100%;
		margin: 0px auto;
		display: block;
	}
	.xyk_list ul li .xyk_list_r,
	.xyk_show .xyk_show_r {
		margin-left: 0px;
	}
	.xyk_show .xyk_show_r .xyk_show_more a,
	.xyk_list ul li .xyk_list_r .xyk_list_more a {
		width: 120px;
		margin-left: 20px;
	}
	.xyk_list ul li {
		background: #f4f9f9;
	}
	.xyk_fwtd {
		padding-bottom: 40px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li {
		width: 33.333%;
		margin-bottom: 15px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a {
		height: 46px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a img {
		width: 50px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a p {
		margin-left: 60px;
		padding-right: 10px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con_a span {
		font-size: 16px;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:nth-child(3n+1) {
		clear: both;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:first-child+li+li+li {
		clear: both;
	}
	.index_crumb {
		padding-bottom: 40px;
	}
	.xyk_list_nav ul {
		display: block;
	}
	.xyk_list_nav ul li {
		width: 25%;
	}
	.xyk_show {
		padding: 60px 0px;
		margin: 0px;
		background: #FFFFFF;
	}
}

@media only screen and (max-width: 996px) {
.banner{top:100px;}
video {
    max-width: 100%;
    height: auto;
}
	.navv {
		display: none;
	}
	.com_swiper1 .swiper-slide .text {
		text-align: center;
	}
	.com_bus2 .com_bus21:nth-child(4n) {
		border-right: 1px solid #c6c8c8;
	}
	.com_bus2 .com_bus21:nth-child(3n) {
		border-right: none;
	}
	.header_v .top .top_r .language {
		line-height: 28px;
		margin-top:7px;
		font-weight: 500;
	}
	.header_v .top .top_r .language a{
		font-size:14px;
	}
	.e11 .e11a a {
		font-size: 13px;
		margin-top: 2%;
	}
	.ab_left {
		display: none;
	}
	.ab_right {
		float: none;
		width: 100%;
		border: none;
		padding: 0;
	}
	.search {
		width: 100%;
	}
	.on1 .on_text {
		width: 70%;
	}
	.on1 .on_text div {
		font-size: 16px;
	}
	.ab_mNav {
		/*display: block;*/
	}
	.header_v .headr_nav,
	.header_v .phone_wangyin {
		display: block !important;
	}
	.header_v .phone_wangyin {
		line-height: 42px;
		border-radius: 21px;
		padding: 0px 15px;
	}
	.header_v .headr_nav img {
		top: 0px;
	}
.header_v {
    padding: 10px 2%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 200;
    width: 100%;
    height: 100px;
}
.ind1_r{    z-index: 220;}
.com_swiper1 .swiper-slide .img img{height:305px;}
.com_swiper1_1 .swiper-slide .img img{height: 480px;}
}

@media only screen and (max-width: 768px) {
.banner{top:0;}
	.ksdh {
		padding-bottom: 0px;
	}
	.ind1f,
	.ind1_l,
	.ind_r_open,
        .ind1_l_box {
		display: none;
	}
	.ind1_r {
		display: none;
	}
	.ind_swiper .ind_pag1 {
		right: 10px !important;
	}
	.ind_swiper .ind_pag1 span {
		margin-top: 12px;
		width: 8px;
		height: 8px;
	}
	.footer_box {
		padding-top: 44px;
	}
	.footer_box .ksdh h2 {
		padding: 8px 0px;
		font-size: 18px;
	}
	.footer_box .ksdh ul {
		border-right: 0px;
	}
	.footer_box .ksdh ul li {
		width: 33.333%;
		padding-top: 10px;
	}
	.footer_box .ksdh ul li a {
		margin-bottom: 10px;
	}
	.footer_box .ksdh ul li img {
		width: 30px;
	}
	.footer_box .ksdh ul li p {
		font-size: 14px;
	}
	.footer_box .ksdh ul&gt;li:nth-child(1),
	.footer_box .ksdh ul&gt;li:nth-child(4) {
		border-left: 0px;
	}
	.footer_box .ksdh ul&gt;li:nth-child(1),
	.footer_box .ksdh ul&gt;li:nth-child(2),
	.footer_box .ksdh ul&gt;li:nth-child(3) {
		border-bottom: 1px solid #cddee4;
	}
	.footer_box .ksdh .ksdh_swiper_page .swiper-pagination-switch {
		width: 7px;
		height: 7px;
		margin-left: 6px;
	}
	.footer_box .ksdh .ksdh_swiper_page .swiper-active-switch {
		width: 25px;
	}
	.phone_footer {
		display: block;
	}
	.header {
		padding: 0px;
		height: 44px;
	}
	.header .headr {
		margin-top: 0px;
		right: 0px;
	}
	.header .headr span {
		margin-left: 4px;
	}
	.header .headr .img1{
		display: none;
	}
	.header .headr .language{    
		margin-top: 7px;    
		font-weight: 500;
	}
	.header .headr .language a{
		font-size:14px;
	}
	.headr_nav img {
		position: relative;
		top: 0px;
	}
	.header .headr .search {
		margin-top: 7px;
	}
	.phone_wangyin {
		margin-top: 7px;
	}
	.header .logo {
		width: 150px;
		padding-left: 10px;
		padding-top: 4px;
	}
	.ind1 {
		padding-top: 44px;
	}
	.ind1_r {
		right: 6% !important;
		width: 88%;
		top: 80px;
		background: rgba(255, 255, 255, 0.95);
		border-radius: 0px 0px 30px 0px;
	}
	.ind1_r .ind_login a {
		border: 1px solid #999;
	}
	.com_bus2 .com_bus21 {
		border: none !important;
	}
	.com_bus3 a {
		width: 50%;
	}
	.com_bus3 a .com_bus3tit {
		display: block;
		height: 30px;
	}
	.com_bus41 .h41 {
		float: none;
	}
	.com_bus41 .tabs {
		float: none;
		margin-bottom: 30px;
	}
	.com_bus42 .tabdiv {
		width: 100%;
		display: none;
	}
	.com_bus42 .tabdiv:first-child {
		display: block !important;
	}
	.com_bus42 .tabdiv:nth-child(n+2) {
		display: none;
	}
	.header_v {
		padding: 0px;
		width: 100%;    height: 44px;
	}
	.header_v .top .logo {
		width: 150px;
		padding-left: 10px;
		padding-top: 4px;
	}
	.header_v .top .top_r span{
		margin-left: 4px;
	}
	.header_v .top .top_r .img1 {
		display: none;
	}
	.header_v .top .top_r .search {
		width: 30px;
		margin-top: 7px;
	}
	.header_v .top .top_r {
		margin-top: 0px;
	}
	.header_v .phone_wangyin {
		line-height: 30px;
		border-radius: 15px;
		padding: 0px 10px;
	}
	.header_v .headr_nav img {
		top: 0px;
	}
	.com_bus2 .com_bus21 .com_busimg {
		opacity: 1;
		display: block;
	}
	.com_bus2 .com_bus21 .com_bus211 .com_bus211_1 a {
		color: #FFFFFF;
	}
	.com_bus2 .com_bus21 .com_bus211 .com_bus211_1 h5 {
		color: #FFFFFF;
	}
        .com_bus2 .com_bus21_xwjr a p{color: #FFFFFF;}
	.com_bus41 li a {
		margin-top: 10px;
		font-size: 16px;
		padding: 0 10px;
	}
	.com_bus41 li {
		margin-right: 15px;
	}
	.h41 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 10px 20px;
	}
	.com_bus2 .com_bus21 h5 {
		font-size: 20px;
	}
	.com_bus2 .com_bus21 a {
		font-size: 18px;
	}
	.com_swiper1 {
		margin-bottom: 50px !important;
	}
	.com_swiper1 .com_pag1 {
		display: block;
	}
	.com_pag2,
	.com_pag3,
	.e_pag1 {
		display: block;
	}
	.com_swiper1 {
		padding-bottom: 50px;
	}
	.e3 .e_swiper1 .swiper-slide {
		padding-left: 0;
	}
	.e1 {
		margin-bottom: 20px;
	}
	.e1,
	.e2 {
		float: unset;
		width: 100%;
	}
	.e11 .e11a a {
		font-size: 16px;
		margin-top: 5%;
	}
	.e_swiper2 {
		padding: 30px 0 20px;
	}
	.e_fixed {
		display: none;
	}
	.search .search3 .search3ul li a p i {
		display: none;
	}
	.search .search3 .search3ul li a p span {
		float: none;
	}
	.on2 li {
		width: 50%;
	}
	.on2 li:first-child+li+li+li{
        	clear: none;
	}
	.on2 li:first-child+li+li+li+li+li+li{
        	clear: none;
	}
	.on2 li:nth-child(3n+1){
        	clear: none;
	}
	.on2 li:first-child+li+li{
        	clear: both;
	}
	.on2 li:first-child+li+li+li+li{
        	clear: both;
	}
	.on2 li:first-child+li+li+li+li+li+li{
        	clear: both;
	}
	.on2 li:first-child+li+li+li+li+li+li+li+li{
        	clear: both;
	}
	.on2 li:nth-child(2n+1){
        	clear: both;
	}
	.xyk_bt {
		margin-bottom: 20px;
	}
	.xyk_bt h2 {
		font-size: 18px;
		line-height: 40px;
	}
	.xyk_chanpin .xyk_chanpin_title {
		margin-bottom: 20px;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_bt {
		float: none;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab {
		float: none;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs li {
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.xyk_chanpin .xyk_chanpin_title .xyk_chanpin_tab .tabs li a {
		font-size: 14px;
		line-height: 28px;
		border: 1px solid #035c7a;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con {
		padding: 0px 15px 10px 15px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_img {
		margin-bottom: 20px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_owl_con .xyk_owl_con_title {
		font-size: 16px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_prev {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.xyk_chanpin .xyk_chanpin_con .xyk_chanpin_next {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.xyk_xyk {
		padding-top: 45px;
		padding-bottom: 40px;
	}
	.xyk_xyk .xyk_bt {
		padding-bottom: 0px;
	}
	.xyk_xyk .xyk_xyk_left {
		padding-left: 0px;
		float: none;
		width: 100%;
		padding: 0px;
		background: none;
		margin-bottom: 15px;
	}
	.xyk_xyk .xyk_xyk_left li {
		float: left;
		border-radius: 0px;
		margin-bottom: 10px;
		margin-right: 10px;
		overflow: visible;
	}
	.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li {
		padding-left: 0px;
	}
	.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li p {
		font-size: 14px;
		border: 1px solid #035c7a;
		padding: 0px 16px;
		line-height: 28px;
		border-radius: 15px;
	}
	.xyk_xyk .xyk_xyk_left .xyk_xyk_left_li img {
		display: none !important;
	}
	.xyk_xyk .xyk_xyk_left .thistab {
		box-shadow: 0px 0px 0px 0px;
	}
	.xyk_xyk .xyk_xyk_left .thistab .xyk_xyk_left_li {
		background: none;
	}
	.xyk_xyk .xyk_xyk_left .thistab .xyk_xyk_left_li p {
		box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
		background: #035c7a;
	}
	.xyk_xyk .xyk_xyk_right {
		margin-left: 0px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con {
		border: 1px solid #c9caca;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con {
		padding: 20px 10px 0px 10px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con h4 {
		margin-bottom: 10px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con h4 a {
		font-size: 18px;
	}
	.xyk_xyk .xyk_xyk_right .tab_con .xyk_xyk_right_con p {
		font-size: 14px;
		line-height: 24px;
	}
	.xyk_crumb {
		padding-bottom: 20px;
	}
	.xyk_crumb p a {
		font-size: 14px;
	}
	.footer_nav {
		display: none;
	}
	.footer_banquan {
		display: none;
	}
	.xyk_list ul li .xyk_list_r .xyk_list_introduction p {
		width: 100%;
	}
	.index_crumb {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.index_crumb p a {
		font-size: 14px;
		margin: 0px 3px;
	}
	.xyk_list_nav {
		height: auto;
	}
	.xyk_list_nav ul {
		height: 40px;
	}
	.xyk_list_nav ul li {
		line-height: 40px;
	}
	.xyk_list_nav ul li a {
		line-height: 40px;
		font-size: 16px;
	}
	.xyk_list {
		padding-top: 30px;
	}
	.xyk_list ul li {
		padding: 20px 0px;
		margin-bottom: 30px;
	}
	.xyk_list ul li .xyk_list_r h4 {
		margin-bottom: 30px;
	}
	.xyk_list ul li .xyk_list_r h4 a {
		font-size: 20px;
	}
	.xyk_list ul li .xyk_list_r .xyk_list_introduction {
		min-height: auto;
		padding-bottom: 20px;
	}
	.xyk_list ul li .xyk_list_r .xyk_list_introduction p a {
		line-height: 32px;
	}
	.xyk_fwtd {
		padding-bottom: 20px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li {
		width: 50%;
		margin-bottom: 15px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con {
		height: 37px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con img {
		width: 40px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con p {
		margin-left: 50px;
	}
	.xyk_fwtd .xyk_fwtd_con ul li .xyk_fwtd_con span {
		font-size: 14px;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:nth-child(3n+1) {
		clear: none;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:first-child+li+li+li {
		clear: none;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:nth-child(2n+1) {
		clear: both;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:first-child+li+li{
		clear: both;
	}
	.xyk_fwtd .xyk_fwtd_con ul&gt;li:first-child+li+li+li+li{
		clear: both;
	}
	.xyk_show {
		padding: 40px 0px;
	}
	.xyk_show .xyk_show_r h4 {
		margin-bottom: 30px;
	}
	.xyk_show .xyk_show_r h4 a {
		font-size: 20px;
	}
	.xyk_show .xyk_show_r .xyk_show_list {
		min-height: auto;
		margin-bottom: 20px;
	}
	.xyk_show .xyk_show_r .xyk_show_list a {
		line-height: 32px;
		display: block;
	}
	.xyk_show .xyk_show_r .xyk_show_con {
		font-size: 14px;
		line-height: 24px;
	}
	.xyk_show .xyk_show_r .xyk_show_more {
		position: static;
		margin-top: 30px;
	}
	.ind_img_p {
		top: 10%;
	}
	.ind_img_p h4 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.ind_img_p p {
		font-size: 14px;
		line-height: 24px;
		max-width: 90%;
	}
	.header .headr .phone_wangyin{
		margin-left: 0px;
	}
	.ab_list li a,
        .ab_list li span{font-size:14px;}
.com_swiper1 .swiper-slide .img img{height:185px;}
.com_swiper1_1 .swiper-slide .img img{height: 350px;}
.web_map .web_map_two li{width:33.3%;}
}

@media only screen and (max-width: 500px) {
	.e11 .e11a {
		padding: 5px 0;
	}
	.e11 .e11a a {
		font-size: 12px;
		margin-top: 2%;
	}
	.on1 .img {
		width: 100%;
	}
	.on1 .on_text {
		top: 40%;
	}
	.on2 li {
		width: 100%;
	}
	.on1 .on_text img {
		display: none;
	}
	.on1 .on_text {
		width: 80%;
		left: 10%;
		padding: 15px;
		line-height: 26px;
		box-sizing: border-box;
	}

}
@media only screen and (max-width: 470px) {.com_swiper1_1 .swiper-slide .img img{height: unset;}}
@media only screen and (max-width: 370px) {

.web_map .web_map_two li {
    width: 50%;
}

}



.portlet{position:relative;}
.eps-dn{top:17px !important;left:0 !important;}

.eps-module-menu img {
    width: unset;
}

.ind_img .portlet {position: static;}
.ab_list h4 {color: #035C7A;border-left: 5px solid #035C7A;line-height: 18px;font-size: 20px;font-weight: bold;padding-left: 20px;margin-bottom: 30px;}
.ab_list ul {padding-bottom: 30px;}
.ab_list li {overflow: hidden;padding: 12px 0px;border-bottom: 1px solid #d8d8d8;}
.ab_list li a {float: left;font-size: 16px;color: #333333;display: block;transition: 0.2s;}
.ab_list li a:hover {color: #035C7A;transition: 0.2s;}
.ab_list li span {float: right;display: block;font-size: 16px;color: #333333;}
.eps-shadow .float_list_ul li a img{width:unset;}
.eps-shadow .float_list_ul li{    display: block !important;}

@media only screen and (max-width: 768px) {
        .e_bank_n li p{font-size: 12px;}
	.ab_list li a,
	.ab_list li span{font-size:14px;letter-spacing: 0px;}
}
.xyk_show_new_top {
	background: #f4f9f9;
}

.xyk_show_new_l {
	float: left;
	width: 64%;
}

.xyk_show_new_l  .xyk_show_new_l_a img {
	width: 100%;
}

.xyk_show_new_r {
	float: left;
	width: 36%;
	padding: 35px 20px;
}

.xyk_show_new_r_con {
	margin-bottom: 35px;
}

.xyk_show_new_r_con img {
	width: 100%;
}

.xyk_show_new_r_anniu {
	text-align: center;
}

.xyk_show_new_r_anniu_box {
	display: inline-block;
}

.xyk_show_new_r_anniu_box_1 {
	background: #035c7a;
	width: 145px;
	line-height: 36px;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 28px;
	font-size: 16px;
	box-shadow: 0px 6px 8px 0px rgba(3, 92, 122, 0.2);
}
.xyk_show_new_r_anniu_box_2{
	background: #f7bb2c;
	width: 145px;
	line-height: 36px;
	border-radius: 5px;
	color: #035c7a;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
	box-shadow: 0px 6px 8px 0px rgba(247, 187, 44, 0.2);
}
.xyk_show_new_quanyi{
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}
.xyk_show_new_quanyi ul{
	display: inline-block;
	padding: 15px 0px;
}
.xyk_show_new_quanyi li{
	float: left;
	padding: 0px 28px;
	border-left: 2px solid #035c7a;
}
.xyk_show_new_quanyi li:first-child{
	border-left: 0px;
}
.xyk_show_new_quanyi a{
	color: #1A1A1A;
	font-size: 20px;
	line-height: 32px;
        font-weight: bold;
        text-decoration: underline !important;
}
.xyk_show_new_con{
	padding: 25px 0px 40px 0px;
}
.xyk_show_new_con img{max-width:100%;}
.xyk_fwtd_con_ewm{
        position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.4);
	z-index: 100000000000;
        display:none;
        cursor: pointer;
}
.xyk_fwtd_con_ewm img{
	position: absolute;
        width:200px;
        height:200px;
        left:50%;
	top: 50%;
        margin-top:-100px;
        margin-left:-100px;
}






.easysite-board-title{    background: #035c7a !important;}

.easysite-row{float: none !important;}
.wsyh_login_ul h4{    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;padding-top:50px;}
.wsyh_login_ul li {
	float: left;
	margin-bottom: 30px;
	padding: 0px 10px;
width:16.666%;
}
.wsyh_login_ul h4:first-child+li,
.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li,
.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li,
.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{
        clear: both;
}
.wsyh_login_ul li a {
	display: block;
}

.wsyh_login_ul li a img {
	display: block;
	margin: 0px auto;
margin-bottom: 10px;
}

.wsyh_login_ul li a p {
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.wsyh_login_ul li{width:33.333%}
	.wsyh_login_ul li a p{line-height: 20px;}
	.wsyh_login_ul h4:first-child+li+li+li+li,
	.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li,
	.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
	.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
	.wsyh_login_ul h4:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{
	        clear: both;
	}
}
@media only screen and (max-width: 1000px) {
        .xyk_show_new_r_anniu_box_1{width:120px;margin-right:20px;}
        .xyk_show_new_r_anniu_box_2{width:120px;}
}
@media only screen and (max-width: 768px) {
        .xyk_show_new_l{width:100%;margin-bottom:20px;}
        .xyk_show_new_r{width:100%}
        .xyk_show_new_quanyi li{padding:0px 15px;border-left: 1px solid #035c7a;}
        .xyk_show_new_quanyi a{font-size:14px;line-height:28px;}
        .xyk_show_new_quanyi li:first-child{border-left:0px;}
        .mod-lcgj .nav{background:none !important;}
.on2 li .on2_text h4 span{font-size:16px;}
.on2 li .on2_text .text{font-size:14px;margin:15px 0px;}
.gps a{font-size:14px;}
}
.easysite-cell em{position: relative;top: 2px;}

@media only screen and  (max-width:360px){
.header .logo{width: 120px;    margin-top: 3px;padding-left: 0;}
.header .headr .phone_wangyin{    font-size: 12px;}
.header_v .top .top_r span{margin-left: 4px;}
.header_v .top .logo{width: 140px;padding-left:0;}
.mod-lcgj .nav li{width:50% !important;}
}
/*.paeContent{background:#FFF; position:relative;}
.paeContent .img{text-align:center; padding:55px 0 25px 0;}
.paeContent .img.img-1{padding:20px 0 25px 0;}
.paeContent .content{font-size:16px; line-height:1.5em; color:#004b62; text-align:justify;}
.paeContent .title{padding:15px 0 10px 0; text-align:center;}
.paeContent .title em{display:inline-block; font-size:16px; font-weight:bold; color:#ffd736; height:25px; line-height:25px; width:164px; background:#004b62;}
.paeContent .list{padding-bottom:10px;}
.paeContent .list li{height:25px; line-height:25px; text-align:center; position:relative; font-size:14px; color:#004b62; padding-left:202px; background:#e7edef; border-bottom:#FFF solid 1px;}
.paeContent .list em{display:block; position:absolute; left:0px; top:0px; width:201px; height:25px; border-right:#FFF solid 1px; background:#ffd736;}
.paeContent .list-1 li{height:30px; line-height:30px; font-size:16px; padding-left:121px;}
.paeContent .list-1 em{height:30px; width:120px;}
.paeContent .list2 li{padding:0 0 10px 0; text-indent:2em; font-size:16px; color:#004b62; line-height:1.6em; background:url(../image/ico4.png) left 3px no-repeat;}
.paeContent .list2 .table{padding-top:8px;}
.paeContent .list2 th{height:26px; background:#004b62; color:#FFF; border-right:#FFF solid 1px; text-align:center;}
.paeContent .list2 th em{color:#004b62;}
.paeContent .list2 td{min-height:26px; background:#efeee9; border-right:#FFF solid 1px; border-top:#FFF solid 1px; text-align:center;}
.paeContent .list2 td div{text-align:left; font-size:14px; line-height:1.5em; padding:7px 10px;}
.paeContent .msg{font-size:16px; line-height:1.5em; color:#004b62; background:url(../image/ico3.png) left 6px no-repeat; text-indent:2em;}
.paeContent2 .title{padding:30px 0 20px 0; height:50px;}
.paeContent2 .title div{height:40px; line-height:40px; min-width:86px; padding:0 22px; float:left; text-align:center; color:#FFF; background:#004b62; font-size:18px; font-weight:bold; font-family:"宋体";}
.paeContent2 .title-1{padding:30px 0 5px 0;}
.paeContent2 .title-2{padding:10px 0;}
.paeContent2 .list{padding:0 0 15px 25px;}
.paeContent2 .list li{height:36px; background:#e7edef; border-bottom:#FFF solid 1px; position:relative; padding:5px 15px 0 63px; font-size:14px; line-height:15px;}
.paeContent2 .list div{padding-top:8px;}
.paeContent2 .list li em{display:block; position:absolute; left:0px; top:0px; font-size:19px; height:41px; width:42px; background:#ffd736; text-align:center; line-height:41px; border-right:#FFF solid 1px;}
.paeContent2 .list-1{padding:0 0 5px 0;}
.paeContent2 .list-1 li{font-size:16px; padding:0 0 0 68px; line-height:41px; height:41px;}
.paeContent2 .list-1 li em{width:52px; padding-top:7px; height:34px;}
.paeContent2 .list-2{padding:0 0 5px 0;}
.paeContent2 .list-2 li{padding:0 0 0 144px; text-align:center; color:#004b62; font-size:16px; line-height:30px; height:30px;}
.paeContent2 .list-2 li em{width:143px; height:30px; line-height:30px; font-size:16px;}
.paeContent2 .list-2 li.liOdd em{background:#004b62; color:#ffd736;}
.paeContent2 .title2{font-size:16px; font-weight:bold; line-height:35px; padding-left:1.5em; background:url(../image/ico4.png) left center no-repeat;}
.paeContent2 .content{font-size:16px; line-height:1.5em; padding-bottom:5px; text-indent:1.5em;}
.paeContent2 .list2{padding-bottom:5px;}
.paeContent2 .list2 li{font-size:16px; line-height:1.5em; min-height:1.5em; padding-left:1.5em; position:relative;}
.paeContent2 .list2 em{position:absolute; left:0px; top:0px;}
.paeContent2 .list3{padding-bottom:5px;}
.paeContent2 .list3 li{font-size:16px; line-height:1.5em; text-indent:1.5em;}
.paeContent2 .msg{font-size:16px; line-height:1.5em; color:#004b62; background:url(../image/ico3.png) left 6px no-repeat; text-indent:1.5em; padding-bottom:10px;}
.paeContent2 .table{padding-bottom:10px;}
.paeContent2 .table th{height:32px; background:#004b62; font-size:16px; color:#FFF; text-align:center; border-right:#FFF solid 1px; border-top:#FFF solid 1px;}
.paeContent2 .table th b{font-family:"宋体"; font-size:18px;}
.paeContent2 .table th.th-1{background:#ffd736; color:#004b62;}
.paeContent2 .table td{background:#e7edef; text-align:center; border-right:#FFF solid 1px; border-top:#FFF solid 1px; font-size:16px; line-height:20px; padding:6px 0;}
.paeContent2 .table td.td-1{background:#efeee9;}
.paeContent2 .table td div{font-size:13px; line-height:1.2em;}
.paeContent2 .table td div.div-1{font-size:16px; text-align:left; padding:3px 10px;}
.paeContent2 .table td dd{text-align:left; padding:0 10px;}
.paeContent2 .table-2 td{background:#efeee9;}
.paeContent2 .table-3 th{background:#ffd736; color:#004b62;}
.paeContent2 .table-3 th.th-1{background:#004b62; color:#ffd736;}
.paeContent2 .table-3 td{background:#efeee9; font-size:14px;}
.paeContent2 .table-3 td.td_01{background:#e7edef;}
.paeContent2 .table-3 td em{font-size:16px;}
.paeContent2 .table-4 th{height:35px; font-size:18px;}
.paeContent2 .table-4 td{background:#efeee9; height:35px;}
.paeContent2 .table-5 td{background:#efeee9;}
.paeContent2 .table-5 td{background:#efeee9; font-size:12px;}
.paeContent2 .table-5 th{font-size:12px;}
.paeContent2 .list4{padding-bottom:5px;}
.paeContent2 .list4 li{border-bottom:#FFF solid 1px; height:71px; position:relative; background:#ffd736; padding:0 10px 0 145px;}
.paeContent2 .list4 span{display:block; background:#004b62; width:132px; height:71px; border-right:#FFF solid 1px; font-size:14px; color:#ffd736; text-align:center; position:absolute; left:0px; top:0px;}
.paeContent2 .list4 span em{display:block; padding:9px 0 2px 0;}
.paeContent2 .list4 div{font-size:16px; line-height:21px; padding-top:15px;}
.paeContent2 .list4 div.div-1{padding-top:5px;}
.paeContent2 .list4 div.div-2{padding-top:25px;}
.paeContent2 .list4-1 li{background:#d2d1ca; padding:0 15px 0 210px;}
.paeContent2 .list4-1 span{background:#ffd736; color:#004b62; width:190px;}
.paeContent2 .list4-2 span img{position:relative; top:20px;}
.paeContent2 .list4-3 li{background:#efeee9; padding:0 15px 0 210px;}
.paeContent2 .list4-3 span{background:#ffd736; color:#004b62; width:190px;}
.paeContent2 .list4-3 span img{position:relative; top:20px;}
.paeContent2 .list4-3-1 span img{top:17px;}
.paeContent2 .list4-3-2 span img{top:14px;}
.paeContent2 .title3{text-align:center; padding:30px 0 10px 0;}
.paeContent2 .title3 em{display:inline-block; height:54px; line-height:54px; background:#ffd736; padding:0 15px; font-size:18px; color:#004b62; font-family:"宋体"; font-weight:bold;}
.paeContent2 .btnDiv{text-align:center; padding:40px 0 30px 0;}
.paeContent2 .btnDiv a{display:inline-block; background:url(../image/btn2.png) center no-repeat; width:304px; height:65px; line-height:65px; font-size:18px; color:#004b62;}
.paeContent2 .table2{padding-bottom:5px;}
.paeContent2 .table2 th{background:#ffd736; border-bottom:#FFF solid 1px; border-right:#ffd736 solid 1px; font-size:16px; color:#004b62; text-align:center; padding:15px 0;}
.paeContent2 .table2 td{border-bottom:#FFF solid 1px; background:#efeee9; color:#004b62; font-size:16px; line-height:1.5em; padding:10px 15px;}
.paeContent2 .table3{padding-bottom:5px;}
.paeContent2 .table3 th{background:#ffd736; border-bottom:#FFF solid 1px; font-size:16px; color:#004b62; text-align:center; height:88px;}
.paeContent2 .table3 td{border-bottom:#FFF solid 1px; background:#efeee9; color:#004b62; font-size:16px; text-align:center; border-left:#fff solid 1px;}
.paeContent2 .table4{padding-bottom:5px;}
.paeContent2 .table4 th{background:#ffd736; border-bottom:#FFF solid 1px; font-size:16px; text-align:center; font-weight:400; padding:25px 0;}
.paeContent2 .table4 td{border-bottom:#FFF solid 1px; background:#d2d1ca; font-size:16px; line-height:1.5em; padding:15px;}
.paeContent2 .table4 dd{min-height:1.5em; position:relative; padding-left:9.5em;}
.paeContent2 .table4 dd em{position:absolute; left:0px; top:0px;}
.paeContent2 .img1{padding:5px 0 10px 0;}
*/
.comswiper_banner{display:none;}

.com_bus2 .e3{margin-top:50px;}


@media only screen and (max-width: 1200px){
       .ind1f li .ind1f_url_ul a{width:unset !important;}
	   .ind1f li .ind1f_url_ul_zjc a{width:unset !important;}

}


.ind1_l .complaint_box {
	position: relative;
	display: block;
	margin-top: 10px;
	border-radius: 0px 25px 25px 0px;
	transition: 0.2s;
	right: 18px;
}

.ind1_l .complaint {
	display: inline-flex;
	overflow: hidden;

}

.ind1_l .complaint p,
.ind1_l .complaint1 p {
	float: left;
	line-height: 50px;
	padding-left: 10px;
	font-size: 16px;
}

.complaint_tab {
	display: none;
	background: #fff;
	border-radius: 0px 0px 25px 0px;
	background: #fff;
	width: 155px;
	padding: 0 10px 20px 10px;
	box-sizing: border-box;

}

.complaint_tab a {
	display: flex;
	border-top: 1px solid #f0f0f0;
	padding: 10px 20px;
	align-items: center;
}

.complaint_tab a:last-child {
	border-bottom: 1px solid #f0f0f0;
}

.complaint_tab a .line {
	display: inline-block;
	height: 15px;
	width: 3px;
	background-color: #f8bd2b;
	margin-right: 8px;
}

.ind1_l .complaint_box:hover {
	right: -78px;
	transition: 0.2s;
	background: #fff;
}

.ind1_l .complaint_box:hover .complaint_tab {
	display: block;

}
.wrapper_box,#online_box{
      top: 0;
}</pre></body></html>